@charset "utf-8";
@import url(../js/wow/animate.css);
@import url(../fonts/iconfont.css);
@font-face {  
	font-family: "BarlowSemiBold"; font-weight: normal; font-style: normal;
	src: url('../fonts/Barlow-SemiBold.ttf');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;overflow-x: hidden;}

html,body{height:100%;scroll-behavior: smooth;}

body{padding:0;margin:0;font-size:0.18rem;line-height:0.3rem; color:#222222; width:100%; zoom:1;font-family: sans-serif;background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,ol{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:0.16rem; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
input::-ms-clear{display: none;} 
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family: sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#222222; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#008ad5;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	border: 1px solid #e5e5e5;
	background: #fff url(../images/selectarr.svg) no-repeat right 0.18rem center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 0.5rem;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

input[type="radio"],
input[type="checkbox"]{width: 0.18rem; height: 0.18rem;vertical-align: middle;appearance: none;print-color-adjust: exact;cursor: pointer;border: 1px solid #dddddd;position: relative;margin: -0.04rem 0.11rem 0 0;}
input[type="radio"]{border-radius: 50%;}
input[type="radio"]:checked:after{left: 3px;top: 3px;width: calc(100% - 6px);height: calc(100% - 6px);background: #00479d;content: "";position: absolute;border-radius: 50%;}
input[type="radio"]:checked{border: 1px solid #00479d;}

input[type="checkbox"]{border-radius: 4px;border: 1px solid #bfbfbf;background-color: #fff;}
input[type="checkbox"]:checked{background: #fff url(../images/gou.png) no-repeat center center;border: 1px solid #00479d;}

/*网页滚动条*/
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #ebeced;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{background: url(../images/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{border-radius: 5px;background: #666 url(../images/scrollbg.png) center center no-repeat;}
::-webkit-scrollbar-button{height: 0px;width: 0;background-color: #ebeced;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
/* .auto{margin:0px auto;} */
.show{ display:inline-block;vertical-align: middle;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1600{ z-index:1; position:relative; clear:both; max-width:16rem;width: 88%; margin:0px auto;}
.w1440{ z-index:1; position:relative; clear:both; max-width:14.4rem;width: 88%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.pt50{padding-top: 0.1rem !important;}
.ptb80{padding-top:4.167vw !important;padding-bottom:4.167vw !important;}
.pt80{padding-top:4.167vw !important;}
.pb80{padding-bottom:4.167vw !important;}
.ptb120{padding-top:6.25vw !important;padding-bottom:6.25vw !important;}
.pt120{padding-top:6.25vw !important;}
.pb120{padding-bottom:6.25vw !important;}
.ptb100{padding-top:5.208vw !important;padding-bottom:5.208vw !important;}
.pt100{padding-top:5.208vw !important;}
.pb100{padding-bottom:5.208vw !important;}
.pb0{padding-bottom:0 !important;}
.pt0{padding-top:0 !important;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.relative{position: relative;}
.flex{display: flex;display: -ms-flexbox;}
.flexj{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;}
.flexa{display: flex;display: -ms-flexbox;align-items: center;}
.flexja{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;}
.flexjac{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;flex-direction: column;-ms-flex-direction: column;}
.flexac{display: flex;display: -ms-flexbox;align-items: center;-ms-flex-align: center;flex-direction: column;-ms-flex-direction: column;}
.flexjc{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;flex-direction: column;-ms-flex-direction: column;}
.flexbwa{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: center;-ms-flex-align: center;}
.flexba{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;}
.flexbw{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexbwt{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: flex-start;}
.flexbwb{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items:flex-end;}
.flexw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexwt{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: flex-start;}
.flexaw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: center;-ms-flex-align: center;}
.flexjw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;justify-content: center;-ms-flex-pack: center;}
.flexb{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}

/*font*/
:root {
	--blue-color:#008ad5;
	--blue2-color:#0055a7;
}
.f000{color: #000;}
.f999{color: #999;}
.f666{color: #666;}
.f555{color: #555;}
.f333{color: #333 !important;}
.t_justify{text-align: justify;}
.f_lighter{font-weight: lighter;}
.f_normal{font-weight: normal;}
.f14{font-size: 14px;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
/*.f20{font-size: 0.2rem;}*/
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f26{font-size: 0.26rem;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.30rem;}
.f36{font-size: 0.36rem;}
.f40{font-size: 0.40rem;}
.l28{line-height: 0.28rem;}
.l26{line-height: 0.26rem;}
.l32{line-height: 0.32rem;}
.l33{line-height: 0.33rem;}
.l36{line-height: 0.36rem;}
.l38{line-height: 0.38rem;}
.l40{line-height: 0.40rem;}
.l42{line-height: 0.42rem;}
.l48{line-height: 0.40rem;}
.iconfont{ font-size:22px;display: inline-block;vertical-align: middle;}
.date{color: #666;}
.tit{ display:block;	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-webkit-line-clamp: 1;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 2;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media ( max-width:1440px){
	html{font-size:6.2vw}
}
@media ( max-width:1024px){
body{min-width:300px;}
::-webkit-scrollbar{width: 5px; height:5px;}
.f_lighter{font-weight:normal;}
}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1000) * 100 * 1vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 750) * 100 * 1vw);} 
}
	@media (max-width:640px) {
		select,input,textarea,button{font-size: 14px;}
		body{font-size: 14px;line-height: 24px;}
		.f14{font-size: 14px;}
		.f16{font-size: 14px;}
		.f18{font-size: 15px;}
		.f20{font-size: 16px;}	
		.f22{font-size: 16px;}
		.f24{font-size: 16px;}
		.f26{font-size: 16px;}
		.f28{font-size: 17px;}
		.f30{font-size: 18px;}
		.f40{font-size: 20px;}
		.l36,.l26,.l28,.l33,.l32,.l48,.l40,.l42,.l38{line-height: 24px;}
		.iconfont{font-size: 16px;}
		.ptb100{padding-top:0.65rem;padding-bottom:0.65rem;}
		.pb150{padding-bottom: 0.65rem;}
	.pt100{padding-top:0.65rem;}
	.pb100{padding-bottom:0.65rem;}
	input[type="radio"],
 input[type="checkbox"]{width: 15px;height: 15px;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: -ms-flexbox;  display: flex;-ms-flex-align: center;  align-items: center;-ms-flex-pack: center;  justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}
/* .imgbox.auto img{ width:auto; height:auto;max-width: 100%;max-height: 100%;} */

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 10px 10px rgba(0,64,152,0.09);
	box-shadow: 0 10px 10px rgba(0,64,152,0.09);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
.itemhover2{transition: all ease 0.3s;}
.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}

.ico-zoom{display:inline-block;position: relative;align-items: center;justify-content: center;margin: 0px auto;vertical-align: middle;}
.ico-zoom .i1,.ico-zoom .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico-zoom img {position: absolute;max-width: 100%;max-height: 100%;left: 50%;top: 50%;z-index: 2;transform: translate(-50%,-50%);}
.ico-zoom .i1 {transition: 400ms;}
.ico-zoom .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico-zoom .i2,.li.on .ico-zoom .i2,.item:hover .ico-zoom .i2,.item.slick-current .ico-zoom .i2,.item.on .ico .i2 {-webkit-transform: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico-zoom .i1,.li.on .ico-zoom .i1,.item:hover .ico-zoom .i1,.item.slick-current .ico-zoom .i1,.item.on .ico-zoom .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(-50%,-50%) scale(1.2);transform: translate(-50%,-50%) scale(1.2);}

.ico-rotate{ transition: 0.6s;transform-style: preserve-3d;position: relative;}
.ico-rotate .i1,
.ico-rotate .i2 {backface-visibility: hidden;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.item:hover .ico-rotate,.item.on .ico-rotate,.item.slick-current .ico-rotate {transform: rotateY(180deg);}
.ico-rotate .i2 {z-index: 3;transform: rotateY(180deg);}

.moreBtn span,.sendBtn{width: 1.6rem;padding: 0.01rem;border-radius: 5px;background: linear-gradient(-90deg, #0055a7, #008ad5, #1bc7ff, #0055a7, #0055a7);text-align: center;display: block;color: #fff;animation: glowing 5s infinite alternate; background-size: 400% 200%;transition: all 0.5s;height: 0.5rem;line-height: 0.5rem;}
.moreBtn span:after,.sendBtn:after{display: inline-block;vertical-align: middle;content: "";width: 20px;height: 8px;background: url(../images/arr_right_white.svg) no-repeat;margin-left: 0.22rem;transition: all 0.5s;}
.moreBtn:hover span,.sendBtn:hover{font-weight: normal;color: #fff;transform: scale(1.06);}
.moreBtn:hover span:After,.sendBtn:hover:After{margin-left: 0.11rem;}
.moreBtn.auto span,.sendBtn.auto{margin-left: auto;margin-right: auto;}

@keyframes glowing {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 150% 50%;
	}
}

.mores{color: #4b5a65;display: inline-block;transition: all 0.5s;}
.mores:after{display: inline-block;vertical-align: middle;width: 19px;height: 7px;background: url(../images/arr_right_blue.svg) no-repeat;margin-left: 0.12rem;content: "";}
.item:hover .mores{background-color: #008ad5;color: #fff;border-radius: 0.3rem;padding: 0 0.15rem;}
.item:hover .mores:After{margin-left: 0.15rem;background: url(../images/arr_right_white.svg) no-repeat;}

@media(max-width:640px){
	.moreBtn span{width: 110px;height: auto;line-height: 28px;font-size: 14px;}
	.sendBtn{padding: 0;height: 28px;line-height: 28px;}
}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.48rem;position: relative;color: #555555;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;color:#555555;border:1px solid #e0e0e0;margin:0 0.06rem;border-radius: 50%;}
.Pages a:hover,.Pages a.a_cur{color:#fff;background-color:#008ad5;border: 1px solid;border-color: #008ad5;}
.Pages .arr {color: #919191;}
.Pages .jump {padding-left: 0.08rem;}
.Pages .text {width: 0.5rem;height: 0.5rem;line-height: 0.48rem;text-align: center;border: 1px solid #e0e0e0;margin: 0 0.1rem;border-radius: 50%;}
.Pages .go {width: 0.5rem;height: 0.5rem;color: #555;background: #eceff7;margin-left: 0.1rem;padding: 0;border-radius: 50%;}
.Pages .go:hover {background: #0055a7;color: #fff;}

@media ( max-width:768px){
.Pages{line-height: 22px;}
.Pages a,.Pages .text{width: 22px;height: 22px;}
.Pages .go{width: 22px;height: 22px;}
.Pages a{margin: 0 2px;}
.Pages .iconfont{vertical-align: top;}
}
/*pages end*/


/*Top*/
.Header{position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.3s;background-color: #fff;box-shadow: 0 0 8px rgba(0,0,0,0.08);}
.Header .w1600{height:1rem;transition: all 0.3s;justify-content: flex-end;}
.Header .Logo {position: absolute;z-index: 10;left: 0;top: 50%;transform: translateY(-50%);width:2.02rem;height: 0.46rem;}
.Header .Logo img{height: 0.46rem;transition: all 0.5s;position: absolute;left: 0;top: 0;}
.Searchico{ cursor:pointer;text-align: center;}
.Searchico:hover{color: #008ad5;}
.Searchico i{display: inline-block;width: 19px;height: 19px;vertical-align: middle;margin-top: -0.04rem;}
.Searchico .so{background: url(../images/ico_so.svg) no-repeat center center/contain;}
.Searchico .gb{background: url(../images/close.svg) no-repeat center center/contain;display: none;}
.Searchico.on .gb{ display:inline-block;}
.Searchico.on .so{ display:none;}
.searchbox{width:100%;position: absolute;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;text-align: left;width: 3.5rem;background-color: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);right: 0;border-radius: 5px;padding: 10px;}
.searchbox .input{width:calc(100% - 40px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.searchbox .input::-webkit-input-placeholder{color:#999;}
.searchbox .btn {width: 40px;height: 46px;color:#008ad5;position: absolute;right: 0;top: 50%;background-color: transparent;transform: translateY(-50%);}
.searchbox .btn:hover {color: #0055a7;}
.searchbox .so{background: url(../images/ico_so.svg) no-repeat center center/contain;display: inline-block;width: 19px;height: 19px;}
.searchbox .input:hover {box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.MainNav{padding-right:1.719vw;}
.MainNav li{padding:0 1.953vw;position: relative;}
.MainNav li:first-child{padding-left: 0;}
.MainNav span a{ position:relative; z-index:100;display:block;line-height: 1rem;}
.MainNav span a:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: -0.03rem;content: "";width: 0.22rem;height: 0.08rem;background: url(../images/arr_top.svg) no-repeat center center/contain;opacity: 0;transition: all 0.3s;}
.MainNav .arr{ display:none;}
.MainNav li.onnav span a{color: #008ad5 !important;}
.MainNav li:hover span a:after,.MainNav li.onnav span a:after{bottom: 0;opacity: 1;}

.Header .Ver{position: relative;margin-right: 0.25rem;}
.Header .Ver dt{cursor: pointer;}
.Header .Ver dt i{width: 20px;height: 20px;background: url(../images/ico_dq.svg) no-repeat;display: inline-block;vertical-align: middle;margin-top: -0.02rem;}
.Header .Ver dd{position: absolute;left: 50%;top: 150%;width: 120px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s;}
.Header .Ver dd a{display: block;line-height: 35px;}.Header .Ver dd a:hover{color:var(--main-color);}
.Header .Ver.on dd{opacity: 1;z-index: 10;top: 100%;visibility: visible;}

.closebtn{ position:fixed; left:0px; top:0.7rem; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:48%; z-index:1001;display: none;display: none;transition: all 0.3s;transform: translateY(-50%);}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background-color:#008ad5; border-radius:4px;transition: all ease 0.3s;width: 20px;}
.openbtn i:not(:last-child){margin-bottom: 4px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 6px) rotate(45deg) !important;
	-moz-transform: translate(0, 6px) rotate(45deg) !important;
	-ms-transform: translate(0, 6px) rotate(45deg) !important;
	-o-transform: translate(0, 6px) rotate(45deg) !important;
	transform: translate(0, 6px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 {width: 0;}

/* 下拉 */
body:after{content: "";background-color: rgba(0,0,0,0.3);left: 0;top: 0;z-index: -1;width: 100%;height: 100%;position: fixed;opacity: 0;visibility: hidden;}
body.on:after{opacity: 1;visibility: visible;z-index: 100;}
.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:calc(1.953vw - 0.18rem);width:1.55rem;background-color: #ffffff;box-shadow: 0 8px 15px rgba(0,0,0,0.08);text-align: left;border-top: 1px solid #e5e5e5;border-radius: 0 0 5px 5px;}
.NavPull.null{display: none !important;}
/* .NavPull dd {position: relative;} */
.NavPull dd em{display: block;position: relative;}
.NavPull dd em:after{position: absolute;right: 0.15rem;top: 50%;transform: translateY(-50%);background: url(../images/arr.svg) no-repeat center center/contain;width: 8px;height: 15px;content: "";}
.NavPull dd a{display: block;padding: 0.1rem 0.18rem;color: #000 !important;position: relative;}
.NavPull dd:hover a:hover{background: #f0f0f0;}
.NavPull dd dl{position: absolute;width: 1.55rem;left: 100%;top: -1px;background-color: #f0f0f0;box-shadow: 0 8px 15px rgba(0,0,0,0.08);border-radius: 0 0 5px 5px;display: none;}
.NavPull dd dl a:after{display: none;}
.NavPull dd dl dd:hover a{background-color: #fff !important;}
.NavPull dd:hover dl{display: block;}
.NavPull dd.null em:after{display: none;}
/* #nav2 .NavPull{min-height: 2rem;} */
/* #nav2 .NavPull dd dl{min-height: 2rem;} */

/* 头部滑过 */
.Header.fix2 .w1600,.Header.fix .w1600{height: 0.64rem;}
.Header.fix2 .MainNav span a,.Header.fix .MainNav span a{line-height: 0.64rem;}

@media(max-width:1024px){
.Header .openbtn {display: block;}
.Header .w1600{height: 0.7rem !important;z-index: 100;}
.MainNav{position: fixed;right: 0;top: 0.7rem;width: 200px;height: calc(100% - 0.7rem);right: -100%;transition: all 0.3s;opacity: 0;background-color:#ffffff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;overflow-y: auto;z-index: 100;text-align: center;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: 100%;float: none;text-align: left;margin: 0 15px;position: relative !important;padding: 0;display: block;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333 !important;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#02438d !important;}
.MainNav li:not(:first-child):After{display: none;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;z-index: 101;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}
.Header .MainNav span a:after{display: none;}

.MainNav li#nav2 span:before{left: 0;width: calc(100% - 80px);height: 40px;content: "";position: absolute;z-index: 101;}

.Searchico{margin-right: 26px;}
.searchbox{width: 100% !important;top: 110%;transform: translateY(0);visibility: hidden;opacity: 0;z-index: -1;}

.NavPull{position: static;width: 100% !important;margin:0;text-align: left;padding:10px;transform: translateX(0) !important;line-height: 2.2;border-radius: 10px;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.NavPull dd dl{position: static;width: auto;visibility: visible;opacity: 1;}
.NavPull dd dl a{padding-left: 0.25rem;}
}
@media(max-width:640px){
	.waphide{display: none;}
	.Header .Logo span i,.Header .Logo span{font-size: 12px;line-height: 15px;}
}

/*Bottom*/
.Footer{ position:relative;color: #fff;background: #172e4e url(../images/footerbg.jpg) no-repeat center bottom/cover;z-index: 2;padding: 4.115vw 0 0;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;visibility: hidden;}
.Footer a{color: #fff;}.Footer a:hover{color: #008ad5;font-weight: normal;}

.Footer .logo{width: 24.68%;padding-top: 0.18rem;}
.Footer .logo img{height: 0.46rem;}

.Footer .SiteMap{flex: 1;}
.Footer .SiteMap .item dt{line-height: 3.15;}
.Footer .SiteMap .item dt span{display: inline-block;position: relative;vertical-align: top;}
.Footer .SiteMap .item dt span:After{display: block;content: "";width: 0.15rem;height: 2px;margin-bottom: 0.2rem;background: #008ad5;transition: all 0.5s;}
.Footer .SiteMap .item dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;z-index: 3;}
.Footer .SiteMap .item dd p:not(:last-child){margin-bottom: 0.06rem;}
.Footer .SiteMap .item dd a{opacity: 0.3;}.Footer .SiteMap .item dd a:hover{opacity: 1;}
.Footer .SiteMap .item:hover dt span:After{width: 100%;}

.Footer .Contact{border-top: 1px solid rgba(255,255,255,0.1);padding: 0.39rem 0 0.42rem;margin-top: 3.594vw;}
.Footer .Contact dl{padding: 0 0.2rem 0 31px;position: relative;}
.Footer .Contact dl dt{color: rgba(255,255,255,0.5);margin-bottom: 5px;}
.Footer .Contact dl img{position: absolute;left: 0;top: 0.07rem;height: 16px;}

.Footer .copyRight{border-top: 1px solid rgba(255,255,255,0.1);padding: 0.32rem 0 0.28rem;color: rgba(255,255,255,0.3);}
.Footer .copyRight .beian{margin: 0 0.24rem;display: inline-block;}
.Footer .copyRight a{color: rgba(255,255,255,0.3);}
.Footer .copyRight a:hover{color: rgba(255,255,255,1);}

.Footer .fllowus li{position: relative;z-index: 10;text-align: center;}
.Footer .fllowus li:not(:first-child){margin-left: 0.33rem;}
.Footer .fllowus .ico{cursor: pointer;}
.Footer .fllowus .ico img{width: 22px;height: 22px;opacity: 0.5;}
.Footer .fllowus li:nth-child(4) .ico img{width: 30px;height: 30px;}
.Footer .fllowus .ewm{padding: 10px;border-radius: 5px;background: #fff;bottom: 30px;left: 50%;transform: translateX(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;color: #333;min-width: 1.65rem;}
.Footer .fllowus .ewm img{width: 100%;}
.Footer .fllowus .ewm:after{width: 10px;height: 10px;left: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;bottom: -5px;}
.Footer .fllowus li a{color: #333;}.Footer .fllowus li a:hover{color: #008ad5;}
.Footer .fllowus li:hover .ewm{bottom: 40px;visibility: visible;z-index: 1;opacity: 1;}
.Footer .fllowus li:hover{z-index: 15;}
.Footer .fllowus li:hover .ico img{opacity: 1;}

.Footer .bnav a:not(:last-child){margin-right: 0.32rem;position: relative;}
.Footer .bnav a:not(:last-child):after{position: absolute;width: 2px;height: 2px;background: rgba(255,255,255,0.3);content: "";top: 50%;margin-top: -1px;right: -0.17rem;}
.Footer .copyRight a{color: rgba(255,255,255,0.3);}.Footer .copyRight a:hover{color: #fff;}

.totop{position: fixed;right: 0.48rem;bottom: 5%;width: 0.6rem;height: 0.6rem;border-radius: 50%;color: #fff !important;text-align: center;cursor: pointer;z-index: 100;display: flex;align-items: center;justify-content: center;background-color: #008ad5; visibility: hidden; opacity: 0; transition: 0.3s;cursor:pointer;}
.totop i{display: inline-block;background: url(../images/ico_top.svg) no-repeat center center/contain;width: 18px;height: 18px;}
.totop:hover{background: #0055a7;}
.totop.cd-is-visible {visibility: visible;opacity: 1; }
/* .totop.fix{position: absolute;top: -0.3rem;bottom: auto;border-radius: 50%;} */

@media(max-width:1024px){
	.totop{right: 0.1rem;bottom: 3%;}
	.Footer .logo{display: none;}
	.Footer .SiteMap{padding-left: 0;display: none;}
	.Footer .SiteMap .item{border-bottom: 1px solid rgba(0,0,0,0.08);float: none;margin: 0 !important;width: auto;padding: 0;}
	.Footer .SiteMap .item dt:After{margin-bottom: 0;}
	.Footer .SiteMap .item dd{display: none;padding: 9px 0;}
	.Footer .SiteMap .item dt{margin-bottom: 0;padding-bottom:0;display: block;border-bottom: 1px solid rgba(255,255,255,0.05);line-height: 2.5;font-weight: normal;}
	.Footer .SiteMap .item dd a{margin-left: 15px;}
	.Footer .SiteMap .item dt i{display: block;}
	.Footer .SiteMap .ewm{padding-top: 0.2rem;text-align: center;}
	.Footer .SiteMap .ewm dt{margin-bottom: 0;}
	.Footer .Contact{border-top: 0;padding-top: 0;}
	.Footer .Contact dl:nth-child(2n+1){width: 35%;}
	.Footer .Contact dl:nth-child(2n+2){width: 65%;}
}
@media(max-width:480px){
	.Footer .copyRight{text-align: center;}
	.Footer .copy dd{width: 100%;}
	.fllowus{width: 100%;justify-content: center;padding: 5px 0;}
	.Footer .fllowus .ewm{width: 165px;}
	.Footer .Contact dl:nth-child(2n+1){width: 100%;}
	.Footer .Contact dl:nth-child(2n+2){width: 100%;}
}
/*Bottom*/

.video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1001;}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#008ad5;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;object-fit: fill;background:#000;}

.wow {visibility: visible;}

/* 滑过线条 */
.hoverline{position: relative;}
.hoverline i::before{content:'';display: block;width:0;height:2px;border-top:2px solid #004898;transition: all .5s;-webkit-transition: all .5s;opacity: 0;position: absolute;z-index:99;}
.hoverline i::after{content:'';display: block;height:0;width:2px;border-left:2px solid #004898;transition: all .5s;-webkit-transition: all .5s;opacity: 0;position: absolute;z-index:99;}
.hoverline i.l1::before{left:0;top:0;}
.hoverline i.l1::after{right:0;top:0;transition: all .45s .5s;-webkit-transition: all .45s .5s;}
.hoverline i.l2::before{left:0;bottom:0;transition: all .45s .5s;-webkit-transition: all .45s .5s;}
.hoverline i.l2::after{left:0;top:0;}
.hoverline:hover i::before,.hoverline.onli i::before,
.hoverline:hover i::after,.hoverline.onli i::after{opacity: 1;}
.hoverline:hover i::before,.hoverline.onli i::before{width:100%;}
.hoverline:hover i::after,.hoverline.onli i::after{height:100%;width: 5.208vw;}

/* 滚屏导航 */
#FixMenu{position: fixed;right: 1.563vw;z-index: 10000;top: 50%;transform: translate(0,-50%);}
#FixMenu li{display: block;width: 15px;	position: relative;transition: all 0.5s;height: 2.604vw;cursor: pointer;}
#FixMenu li:after{content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;position: absolute;width: 6px;height: 6px;background-color: rgba(0,0,0,0.4);transition: all 0.5s;}
#FixMenu li:before{position: absolute;width: 0;height: 0;content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);background: url(../images/ico_shadian.png) no-repeat center center/contain;transition: all 0.5s;}
#FixMenu li a{display: block;}
#FixMenu li span{transition: all 0.5s;right: 0;min-width: 80px;text-align: center;border-radius: 5px;background-color: rgba(255,255,255,0.9);top: 50%;position: absolute;transform: translateY(-50%);visibility: hidden;opacity: 0;line-height: 18px;padding:5px;}
#FixMenu li:hover span{opacity: 1;right: 15px;visibility: visible;}
#FixMenu li:hover:after{background-color: rgba(255,255,255,1);}
#FixMenu li.active:before{width: 20px;height: 20px;}
#FixMenu li.active:after{width: 0;height: 0;}
#FixMenu.white li:after{background-color: rgba(255,255,255,0.4);}
@media(max-width:1024px){
	#FixMenu{display: none;}
}